home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_t / tw31.zip / TWTUT7.CHP < prev    next >
Text File  |  1993-05-25  |  7KB  |  249 lines

  1. %
  2. #EF
  3. #TGETTING ANSWERS
  4. #C2,R5
  5. In this Chapter we will look at ~HQuizzes~N and ~HTests~N.  A ~HQuiz~N consists of up to
  6. ten ~HQuestions~N which are matched with their ~HAnswers~N.  A ~HTest~N consists of up to
  7. ten ~HMultiple-choice Questions~H, each with up to six ~HAnswers~N to choose from.
  8. Each ~HTest Question~N can also contain a ~HHint~N. Answers are presented in random
  9. order so are different ever time the ~HQuiz~N or ~HTest~N is taken.
  10.  
  11.  
  12. Both ~HQuizzes~N and ~HTests~N can have a ~HDifficulty Level~N of ~H1~N, ~H2~N or ~H3~N.
  13. At ~HLevel 1~N the student keeps trying until all questions are answered correctly.
  14. At ~HLevel 2~N two attempts are allowed, and at ~HLevel 3~N only one. ~HLevels 2~N and
  15. ~H3~N display the results in Graph form together with ~HComments~N you provide.
  16. And you can use ~G~IVoice~N or ~G~IMusic~N for these '~HComments~N'.
  17.  
  18.  
  19.  
  20. ~HQuizzes~N and ~HTests~N are created using the ~HIntegrated Development Environment
  21. ~C~IUtilities~N. So choose ~G~IUtility Programs~N at the ~C~IMain Menu~N then ~G~ITests~N or
  22. ~G~IQuizzes~N at the ~C~IAuthor Utilities Menu~N.
  23. #W
  24. #EF
  25. #GT,quiz input
  26. #D10
  27. #BO,3,2,45,7,7,1,1,4,0,2
  28. This is how a Quiz is created. Remember
  29. to use the F1 key to get HELP for the
  30. field your cursor is in.  Here's the
  31. HELP for 'Difficulty Level'.
  32. #GT,quiz help
  33. #D10
  34. #GT,first test
  35. #D5
  36. #BO,3,2,45,7,7,1,1,4,14,1
  37. When creating a Test, you define the
  38. Title, filename and Difficulty Level
  39. for the complete test. You can also
  40. have an introduction.
  41. #GT,test intro
  42. #D5
  43. #BO,33,22,79,24,7,1,1,1,14,0
  44. This is where you write your Introduction.
  45. #GT,test input
  46. #D5
  47. #BO,34,22,79,24,7,1,1,1,14,1
  48. This is the entry screen for a Question.
  49. #GT,test hint
  50. #D5
  51. #BO,32,22,79,24,7,1,1,1,14,0
  52. If you choose to give a Hint, enter it here.
  53. #GT,comments
  54. #D5
  55. #BO,3,2,45,6,7,1,1,3,14,1
  56. These are the Comments your students
  57. will see, written above and below the
  58. Graph of their results.
  59. #EL,25
  60. #W
  61. #BO,3,2,42,14,7,0,0,11,14,1
  62. In the next Chapter we will learn
  63. about Voice and Music files. You
  64. can use them in place of Comments
  65. by substituting the Commands
  66.    #Vvoicefile or #Pmusicfile
  67. in place of any Comment.
  68.  
  69. Notice how the Command is used in
  70. the 100% Comment, then answer the
  71. Test correctly to hear it.
  72.  
  73. #EL,25
  74. #W
  75. %
  76. #EF
  77. #T
  78. #C2,R6
  79. Well, you've seen how ~HQuizzes~N and ~HTests~N are created. Now all you need to
  80.  
  81. know is the ~HCommand~N to put them on screen.
  82.  
  83.  
  84. ~C~I#QT,Q,filename~N sets up the ~HQuiz~N format and ~C~I#QT,T,filename~N is used to set
  85.  
  86. up a ~HTest~N. No extension is needed on the filename, since ~H.QIZ~N or ~H.TST~N is
  87.  
  88. automatically added when the ~HQuiz~N or ~HTest~N is created. If you accidently use
  89.  
  90. the ~HQuiz Command~N for a ~HTest~N or vice versa, you will get an error message that
  91.  
  92. the file cannot be found.
  93.  
  94.  
  95. Let's have a look at them.
  96. #WP
  97. #QT,Q,twtut1
  98. #W
  99. #QT,T,twtut1
  100. #WP
  101. %
  102. #EF
  103. #T
  104. #C2,R5
  105. Now for the Branching Question, which is the most powerful. It is a ~HMultiple
  106. Choice~N format with up to six answers to choose from.  The following ~HCommands~N
  107. are used :
  108.  
  109. ~H@Qt~N             Marks the start of the ~HMultiple Choice~N question and
  110.                 identifies it by number ~Ht~N between 0 and 9.
  111.  
  112. ~H#QM,A,t,n~N       Set up a MOUSED format for ~Hn~N answers. Maximum value for
  113.                 ~Hn~N is ~H6~N. The ~Hn~N answers must appear immediately below this
  114.                 ~HCommand~N.
  115.  
  116. ~H@n~N              Marks the start of the section dealing with ~HAnswer n~N.
  117.  
  118. ~H#QM,L,t~N         Loops back to ~H@Qt~N and restates the question and choices.
  119.  
  120. ~H#QM,C,t~N         Jumps forward to ~H@Ct~N to rejoin the ~M~ITutorial~N.
  121.  
  122. ~H@Ct~N             Marks where to rejoin the ~M~ITutorial~N.
  123. #WP
  124. %
  125. #EF
  126. #T
  127. #C2,R5
  128. Let's look at an example.  We'll set up a ~HMultiple Choice~N question to choose
  129.  
  130. the name of the sixth President of the United States, and give three names to
  131.  
  132. choose from. If the wrong answer is chosen, we'll make a brief comment and
  133.  
  134. return to the question to choose again.  If the answer is correct, we'll
  135.  
  136. give a little reward with 'encouraging music' and rejoin the ~G~ITutorial~N.
  137.  
  138.  
  139.  
  140. Here are the three names :   ~H James Monroe;
  141.                               John Quincy Adams;
  142.                               Andrew Jackson.~N
  143.  
  144. The question is '~H Who was the sixth President of the United States ?~N'
  145. #WP
  146. #EF,7,0
  147. #C1,R1
  148. ~W@Q1~N            Mark the question as Question 1.
  149. #D3
  150. ~W#EF~N            Set up the question presentation.
  151. ~W#TPresident Quiz
  152. ~W#C2,R8
  153. ~WWho was the sixth President of the United States ?
  154. #D3
  155. ~W#QM,A,1,3~N          Set up for three MOUSED answers.
  156. ~WJames Monroe~N       Provide three answers. These will be automatically set
  157. ~WJohn Quincy Adams~N  up in a MOUSED format. If there are less than four answers
  158. ~WAndrew Jackson~N     they will have spaces between them.
  159. #D3
  160. ~W@1~N             Mark first answer.
  161. #D3
  162. ~W#EF~N            Set up answer presentation.
  163. ~W#T
  164. ~W#C2,R14
  165. ~WNo. James Monroe was the 5th President.
  166. ~W#W
  167. #D5
  168. ~W#QM,L,1~N        Loop back to question 1.
  169. #D3
  170. ~W@2~N             Mark second answer.~k
  171. #D3
  172. ~W#EF~N            Set up answer 2 presentation.
  173. ~W#T
  174. ~W#C2,R8
  175. ~WYes, you're right.  John Quincy Adams was the sixth President.
  176. ~W#NE~N              Encouraging music.
  177. ~W#W
  178. ~W#QM,C,1~N          Jump to marker @C1 to rejoin Tutorial.
  179. #W
  180. #EL,25
  181. #SS,U,1,1,80,23,13
  182. #C1,R12
  183. ~W@3~N               Mark third answer.
  184. #D3
  185. ~W#EF~N              Set up answer presentation.
  186. ~W#T
  187. ~W#C2,R14
  188. ~WNo. Andrew Jackson was the 7th President.
  189. ~W#W
  190. #D5
  191. ~W#QM,L,1~N          Loop back to question 1.
  192. #D3
  193. ~W@C1~N               Mark where to rejoin the Tutorial.~k
  194. #W
  195. @Q1
  196. #EF
  197. #TPresident Quiz
  198. #C2,R8
  199. Who was the sixth President of the United States ?
  200.  
  201. #QM,A,1,3
  202.  James Monroe
  203.  John Quincy Adams
  204.  Andrew Jackson
  205. @1
  206. #EF
  207. #T
  208. #C2,R14
  209. No. James Monroe was the 5th President.
  210. #W
  211. #QM,L,1
  212. @2
  213. #EF
  214. #T
  215. #C2,R8
  216. Yes, you're right.  John Quincy Adams was the sixth President.
  217. #NE
  218. #WN
  219. #QM,C,1
  220. @3
  221. #EF
  222. #T
  223. #C2,R14
  224. No. Andrew Jackson was the 7th President.
  225. #W
  226. #QM,L,1
  227. @C1
  228. %
  229. #EF
  230. #T
  231. #C2,R6
  232. Since each ~HMultiple Choice Question~N is identified with the ~C~I@Qn~H Command~N
  233.  
  234. your ~M~ITutorial~N can have ten of them in each ~HCHAPTER~N i.e. ~C~I@Q0~N .. ~C~I@Q9~N.
  235.  
  236.  
  237.  
  238. A point to note when using the ~HMultiple Choice~N question is that, if you
  239.  
  240. are using the ~HStandard Edition~N of ~H~bTutorialWriter~N, when the program returns to
  241.  
  242. repeat the question, ~Hthe file is closed and read in from the top~N.  If the file
  243.  
  244. is long, there can be delays. With the compiled version, ~H~bTutorialWriter Pro~N,
  245.  
  246. there is no delay.
  247. #WP
  248. #X
  249.